adbf893e991d558111770aa8b008915953e401e6,src/aktie/net/ConnectionThread.java,ConnectionThread,readFileData,#InputStream#,1304

Before Change


            appendInput ( "OUTPUT THREAD GO! " + pendingFileRequests );
            outproc.go(); //it holds off on local requests until the file is read.

            appendInput ( "File read " + dstr );
            processFragment ( dstr, tmpf );
            tmpf.delete();
            //now we have it, tell outproc to go again.

After Change



            outproc.go(); //it holds off on local requests until the file is read.

            if ( doLog() )
            {
                appendInput ( "File read " + dstr );
            }

            processFragment ( dstr, tmpf );